+2004-07-16 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
+ multiple times over some of the children.
+
Thu Jul 15 22:19:40 2004 Matthias Clasen <maclas@gmx.de>
Fix #60128, #58307, #144706:
+2004-07-16 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
+ multiple times over some of the children.
+
Thu Jul 15 22:19:40 2004 Matthias Clasen <maclas@gmx.de>
Fix #60128, #58307, #144706:
+2004-07-16 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
+ multiple times over some of the children.
+
Thu Jul 15 22:19:40 2004 Matthias Clasen <maclas@gmx.de>
Fix #60128, #58307, #144706:
+2004-07-16 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
+ multiple times over some of the children.
+
Thu Jul 15 22:19:40 2004 Matthias Clasen <maclas@gmx.de>
Fix #60128, #58307, #144706:
{
if (combo_box->priv->button)
(* callback) (combo_box->priv->button, callback_data);
- if (combo_box->priv->box)
- (* callback) (combo_box->priv->box, callback_data);
- if (combo_box->priv->separator)
- (* callback) (combo_box->priv->separator, callback_data);
- if (combo_box->priv->arrow)
- (* callback) (combo_box->priv->arrow, callback_data);
if (combo_box->priv->cell_view_frame)
(* callback) (combo_box->priv->cell_view_frame, callback_data);
}